DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / ObserveValue Method

In This Topic
    ObserveValue Method (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub ObserveValue( _
       ByVal keyPath As Foundation.NSString, _
       ByVal ofObject As Foundation.NSObject, _
       ByVal change As Foundation.NSDictionary, _
       ByVal context As IntPtr _
    ) 
    public virtual void ObserveValue( 
       Foundation.NSString keyPath,
       Foundation.NSObject ofObject,
       Foundation.NSDictionary change,
       IntPtr context
    )

    Parameters

    keyPath
    ofObject
    change
    context
    See Also